Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGridDetailProvider<TItem> Class / DetailLoading Property

In This Topic
    DetailLoading Property
    In This Topic
    Occurs when the detail cell is being created.
    Syntax
    'Declaration
     
    
    Public Property DetailLoading As EventHandler(Of GridDetailLoadingEventArgs(Of TItem))
    public EventHandler<GridDetailLoadingEventArgs<TItem>> DetailLoading {get; set;}
    See Also